home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 February / EnterCD 02_2004.iso / Gry / Arcade! Classic Arcade Pack 2.0 / Arcade.EXE / $PROGRAMFILES / Arcade! Classic Arcade Pack / ass.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-12-05  |  233 b   |  9 lines

  1. on(release){
  2.    action = "addHiscore";
  3.    game = "asteroids";
  4.    score = int(_root.score.Score);
  5.    loadVariables("http://www.j3r.com/game.asp?",_root.HighScore,"POST");
  6.    this.gotoAndStop(1);
  7.    _root.GamePlayed = false;
  8. }
  9.